runtime.pollDesc.rrun (field)
7 uses
	runtime (current package)
		netpoll.go#L105: 	rrun    bool      // whether rt is running
		netpoll.go#L400: 	if !pd.rrun {
		netpoll.go#L406: 			pd.rrun = true
		netpoll.go#L414: 			pd.rrun = false
		netpoll.go#L465: 	if pd.rrun {
		netpoll.go#L467: 		pd.rrun = false
		netpoll.go#L638: 		if pd.rd <= 0 || !pd.rrun {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |